home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////
- //
- // Header file for MainWindow1
- //
- // This file is generated by BuildXcessory. DO NOT MODIFY.
- // USE SUBCLASSING INSTEAD
- //
- // This class is a ViewKit VkWindow subclass
- //
- // If you directly modify this file, you may lose your
- // changes if it is regenerated by the builder again.
- //
- //////////////////////////////////////////////////////////////
- #ifndef MAINWINDOW1_H
- #define MAINWINDOW1_H
- #include <Vk/VkWindow.h>
-
- class MainWindow1: public VkWindow {
-
- public:
-
- MainWindow1(const char * name );
- ~MainWindow1();
- const char *className();
- };
- #endif
-